Micron Document
Fox's Git Mirrors

Node / rns-mirrors / Reticulum-Go.git / files / scripts / cc-linux-armv7-zig.sh

Displaying Raw • Download

scripts/cc-linux-armv7-zig.sh 633735d797cc5f5d48cb2e22e8fd7cd743930daf (633735d7) Text, 196 B

#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2024-2026 Quad4.io
#
# CGO CC wrapper: Zig as arm-linux-gnueabihf (ARMv7 hard-float).

exec zig cc -target arm-linux-gnueabihf "$@"

Served by rngit 1.5.2 - Generated in 0.02s